[INFO] fetching crate cosmian_fpe 0.5.2...
[INFO] testing cosmian_fpe-0.5.2 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate cosmian_fpe 0.5.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate cosmian_fpe 0.5.2
[INFO] finished tweaking crates.io crate cosmian_fpe 0.5.2
[INFO] tweaked toml for crates.io crate cosmian_fpe 0.5.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cosmian_fpe 0.5.2 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 161 packages to latest compatible versions
[INFO] [stderr]       Adding aes v0.8.4 (available: v0.9.1)
[INFO] [stderr]       Adding cbc v0.1.2 (available: v0.2.1)
[INFO] [stderr]       Adding cipher v0.4.4 (available: v0.5.2)
[INFO] [stderr]       Adding criterion v0.4.0 (available: v0.8.2)
[INFO] [stderr]       Adding criterion-cycles-per-byte v0.4.0 (available: v0.8.0)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding pprof v0.11.1 (available: v0.15.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5
[INFO] running `Command { std: "docker" "start" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling cosmian_fpe v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/ff1/alloc.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]    |                               ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 79 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/ff1/alloc.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]     |                               ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 160 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 160 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
[INFO] running `Command { std: "docker" "inspect" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling symbolic-demangle v10.2.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling rgb v0.8.53
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling str_stack v0.1.1
[INFO] [stderr]    Compiling pprof v0.11.1
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/ff1/alloc.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]    |                               ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 79 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/ff1/alloc.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]     |                               ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 160 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 160 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling memmap2 v0.5.10
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling symbolic-common v10.2.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling inferno v0.11.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling criterion-cycles-per-byte v0.4.0
[INFO] [stderr]    Compiling cosmian_fpe v0.5.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/ff1/alloc.rs:79:31
[INFO] [stdout]    |
[INFO] [stdout] 79 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]    |                               ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 79 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/ff1/alloc.rs:160:31
[INFO] [stdout]     |
[INFO] [stdout] 160 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout]     |                               ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 160 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stdout] 160 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.76s
[INFO] running `Command { std: "docker" "inspect" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/ff1/alloc.rs:79:31
[INFO] [stderr]    |
[INFO] [stderr] 79 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr]    |                               ^                     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 79 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr] 79 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/ff1/alloc.rs:160:31
[INFO] [stderr]     |
[INFO] [stderr] 160 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr]     |                               ^                     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 160 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr] 160 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `cosmian_fpe` (lib) generated 2 warnings (run `cargo fix --lib -p cosmian_fpe` to apply 2 suggestions)
[INFO] [stderr] warning: `cosmian_fpe` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cosmian_fpe-ad10b76d3b0a66ee)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test ff1::alloc::tests::binary_split_round_trip ... ok
[INFO] [stdout] test ff1::alloc::tests::flexible_split_round_trip ... ok
[INFO] [stdout] test ff1::alloc::tests::ns_is_valid ... ok
[INFO] [stdout] test ff1::alloc::tests::radix_10_length_limits ... ok
[INFO] [stdout] test ff1::tests::log_10_min_ns_domain_size ... ok
[INFO] [stdout] test ff1::alloc::tests::radix_2_length_limits ... ok
[INFO] [stdout] test ff1::tests::radix ... ok
[INFO] [stdout] test ff1::ff1_18::test_doc_example_18_rounds ... ok
[INFO] [stdout] test ff1::alloc::tests::binary ... ok
[INFO] [stdout] test ff1::alloc::tests::flexible ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cosmian_fpe
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/ff1/alloc.rs:79:31
[INFO] [stderr]    |
[INFO] [stderr] 79 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr]    |                               ^                     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 79 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr] 79 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/ff1/alloc.rs:160:31
[INFO] [stderr]     |
[INFO] [stderr] 160 |         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr]     |                               ^                     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 160 -         self.0.iter().all(|n| (u32::from(*n) < radix))
[INFO] [stderr] 160 +         self.0.iter().all(|n| u32::from(*n) < radix)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error[E0463]: can't find crate for `fpe`
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate fpe;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5", kill_on_drop: false }`
[INFO] [stdout] d521bd545ff9591d8f472d4c1b6ddee74245fd9c3e5233e0fb3318ec0ea426a5
